Skip to main content

mergMP

Type

library

Description

mergMP is an iOS external that adds functions and commands related to the MediaPlayer framework. This currently includes using the standard iOS modal dialogs to pick a media collection.

Associated Syntax

Function

NameSummarySyntax
mergMPQueryCreateCreate a media querymergMPQueryCreate()
mergMPQueryCollectionCountGet the number of collections in the querymergMPQueryCollectionCount(<pQueryPointer>)
mergMPQueryCollectionItemCountGet the number of items in the media collectionmergMPQueryCollectionItemCount(<pQueryPointer>, <pCollectionNumer>)
mergMPQueryCollectionTitleGet the title of the collectionmergMPQueryCollectionTitle(<pQueryPointer>, <pCollectionNumer>)
mergMPItemArtworkGet an image representing a media itemmergMPItemArtwork(<pQueryPointer>, <pCollectionNumber>, <pItemNumber>, <pSize>)
mergMPItemGetGet a property of a media item in the collectionmergMPItemGet(<pQueryPointer>, <pCollectionNumber>, <pItemNumber>, <pProperty>)

Command

NameSummarySyntax
mergMPQueryReleaseRelease a media query from memorymergMPQueryRelease <pQueryPointer>
mergMPQueryAddPredicatemergMPQueryAddPredicate <pQueryPointer>, <pProperty>, <pValue>
mergMPQuerySetGroupingTypeGroup the query results into collections using a grouping typemergMPQuerySetGroupingType <pQueryPointer>, <pGroupingType>
Thank you for your feedback!

Was this page helpful?